.show{
  display: block;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.white {
  background: #ffffff;
}
.banner-logo {
  width: 100%;
  height: auto;
  max-height: 360px;
  margin-top: 65px;
}
.banner-logo img {
  width: 100%;
  display: block;
}
.icon-link {
  margin-top: 20px;
  padding: 19px 0 21px 0;
  overflow: hidden;
}
.icon-link ul li {
  width: 300px;
  height: 90px;
  margin-left: 20px;
  float: left;
  background: url("../images/user.png") no-repeat bottom center #edf6ff;
}
.icon-link ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #015db8;
}
.icon-link ul li a p {
  text-align: center;
  padding-top: 16px;
}
.icon-link ul li a img {
  width: 44px;
  height: 44px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-link ul li a span {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 18px;
}
.puchase-content {
  margin-top: 20px;
}
.content-left {
  width: 960px;
  height: auto;
  float: left;
}
.left-paltform {
  width: 100%;
  height: auto;
  min-height:300px;
  overflow: hidden;
}
/* 轮播图 */
.paltform-banner {
  width: 400px;
  min-height:300px;
  float: left;
}
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  height: 250px !important;
}
.carousel-indicators {
  position: absolute;
  bottom: 20%;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0;
  text-indent: -999px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: #ffffff \9;
  background-color: rgba(255, 255, 255, 255);
}
.carousel-indicators .active {
  margin: 0;
  width: 6px;
  height: 6px;
  background-color: #015db8;
  border: none;
}
.carousel-caption {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 14px 0 22px 15px;
  color: #000000;
  text-align: left;
  text-shadow: 0 0 0 rgba(0, 0, 0, 1);
}
.caption-title {
  width: 85%;
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  padding-left: 15px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caption-span {
  display: inline-block;
  width: 4px;
  height: 14px;
  background-color: #015db8;
  vertical-align: middle;
}
.paltform-dynamic {
  width: 540px;
  float: right;
  height: 300px;
  min-height: 300px;
}
.paltform-dynamic ul {
  padding: 0 20px 0 20px;
}
.paltform-dynamic ul li {
  height: 34px;
  line-height: 34px;
}
.circle {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #015db8;
  vertical-align: middle;
  margin-right: 5px;
}
.paltform-dynamic ul li a,
.paltform-dynamic ul li span {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  vertical-align: middle;
}
.paltform-dynamic ul li a {
  color: #222222;
}
.paltform-dynamic ul li a:hover {
  color: #015db8;
}
.dynamic-tit {
  width: 70%;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic-time {
  width: 20%;
  float: right;
  text-align: right;
  color: #999999;
}
.paltform-dynamic-title {
  padding: 20px 20px 10px 20px;
  overflow: hidden;
}
.paltform-dynamic-title .dynamic-title {
  width: 70%;
  display: block;
  float: left;
  font-size: 18px;
  color: #015db8;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}
.paltform-dynamic-title .dynamic-more {
  width: 20%;
  display: block;
  float: right;
  text-align: right;
  color: #015db8;
  cursor: pointer;
  font-size: 14px;
}
/* 货物服务公告 */
.left-service {
  margin-top: 20px;
  padding-top: 20px;
}
.service-tit {
  color: #015db8;
  padding: 0 20px 20px 20px;
  border-bottom: 2px solid #015db8;
}
.service-tit span {
  font-size: 18px;
  font-weight: bold;
}
.service-tit a {
  display: block;
  float: right;
  color: #015db8;
  font-size: 14px;
}
.nav-tabs {
  background-color: #edf6ff;
  border: none;
}
.nav-tabs > li > a:hover {
  border: none;
  background: #edf6ff;
}
.nav > li > a {
  font-size: 14px;
  display: block;
  padding: 12px 39px 13px 39px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:link,
.nav-tabs > li.active > a:visited {
  border: none;
  background-color: #015db8;
  color: #ffffff;
  border-radius: 0;
}
.nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.tab-content {
  padding: 20px;
  min-height:330px;
  /*max-height: 690px;*/
}
.tab-content ul li {
  line-height: 34px;
}
.tab-content ul li a,
.tab-content ul li a span {
  font-size: 14px;
}
.col-ellipsis {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-price {
  text-align: right;
}
.col-gray {
  color: #333333;
}
.col-timer {
  color: #999999;
  text-align: right;
}
/* 右侧 */
.content-right {
  width: 320px;
  float: right;
  height: auto;
}
/* 网上超市 */
.right-market {
  height: 100px;
  background-color: #fff;
}
/* 统计数据 */
.right-static {
  margin-top: 20px;
  background: #ffffff;
}
.right-static .static {
  padding: 14px 0 20px 0;
  margin: 0 20px;
}
.line {
  height: 1px;
  background-color: #e5e5e5;
  margin-top: 5px;
}
.static .static-title {
  font-size: 18px;
  text-align: center;
  color: #015db8;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.static-show {
  display: block;
  margin-top: 12px;
}
.static-show .bg-bg-board {
  width: 130px;
  height: 86px;
  display: inline-block;
  padding-top: 24px;
  background: url("../images/bg-board.png") no-repeat;
}
.static-show .notice-sum {
  text-align: center;
  font-size: 22px;
  color: #087228;

  font-weight: bold;
}
.static-show .total {
  font-size: 22px;
  color: #ae3403;
  font-weight: bold;
  text-align: center;
}
.static-show .notice {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.static-show .show-total {
  float: right;
}
/* 质疑专栏 */
.right-special {
  /*margin-top: 20px;*/
  height: 100px;
  background-color: #fff;
}
/* 货物服务开标 */
.service-tender {
}
/* 工程开标 */
.tender-content {
  padding: 20px;
  height: 476px;
}
.tender-content ul li {
  line-height: 34px;
}
.tender-content ul li a,
.tender-content ul li a span {
  font-size: 14px;
}
/* 企业链接 */
.business-link {
  margin: 20px 0;
  padding: 19px 20px 20px 20px;
}
.link-tit {
  overflow: hidden;
}
.link-tit .change-line {
  width: 44%;
  margin-top: 9px;
}
.link-title {
  width: 12%;
  display: block;
  font-size: 18px;
  color: #015db8;
  text-align: center;
  font-weight: bold;
}
.link-logo {
  margin-top: 20px;
}
.link-logo ul li {
  float: left;
  margin-right: 20px;
}
.link-logo ul li:last-child {
  margin-right: 0;
}
.link-logo ul li a img {
  display: block;
}
/* 右侧浮动 */
.all-main-float{
  position: relative;
}
.all-main-float div {
  position: fixed;
  right:8px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  border: solid 2px #015db8;
}
.float-puchase {
  top: 300px;
}
.float-tool {
  top: 365px;
}
.float-wechat {
  top: 430px;
}
.float-ca {
  top: 495px;
}
.all-main-float .float-wechat .pic-wechat{
  display: none;
  position: absolute;
  top: -21px;
  right: 59px;
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 0;
}
.all-main-float .float-wechat .pic-wechat img{
  width: 100%;
  height: 100%;
}
.all-main-float .float-wechat:hover .pic-wechat{
  display: block;
}
.float-puchase a,
.float-tool a,
.float-wechat a,
.float-ca a{
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.float-puchase p,
.float-tool p,
.float-wechat p,
.float-ca p{
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
.float-puchase img,
.float-tool img,
.float-ca img{
  width: 16px;
  height: auto;
}
.float-wechat img {
  width: 20px;
  height: auto;
}


/*友情链接*/

.linkBox {
  width: 1300px;
  height: 80px;
  background: #fff;
  margin: 20px auto;
  line-height: 80px;
}

.linkBox img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  margin-right: 26px;
}
.linkBox ul,.linkBox ul li {
  display: inline-block;
  vertical-align: middle;
}
.linkBox li {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  /*height: 32px;*/
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #3e464c;
  line-height: 32px;
  margin-right: 16px;
  cursor: pointer;
}

.linkBox li a {
  display: block;
  padding: 0 13px 0 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}

.linkBox li:hover {
  border: 1px solid #277BDD;
  color: #277BDD;
}

.linkBox li:hover a {
  color: #277BDD;
}

.iconStyle {
  width: 5px;
  height: 18px;
  display: inline-block;
  background: #015db8;
}
.iconSpan {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: -2px;
  left: 5px;
}
